projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52c7612
)
Fix previous change.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 10 Nov 1995 17:58:55 +0000
(17:58 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 10 Nov 1995 17:58:55 +0000
(17:58 +0000)
lisp/dos-fns.el
patch
|
blob
|
history
diff --git
a/lisp/dos-fns.el
b/lisp/dos-fns.el
index 4f60325d0830a0b80d0666a8ac0c34c0eda5ee53..1f2a7153ef9d3f60ad7a83850854ccb8ba78b1ff 100644
(file)
--- a/
lisp/dos-fns.el
+++ b/
lisp/dos-fns.el
@@
-28,7
+28,7
@@
;;; Code:
;;; Add %t: into the mode line format just after the open-paren.
-(let ((tail (
assoc
" %[(" mode-line-format)))
+(let ((tail (
member
" %[(" mode-line-format)))
(setcdr tail (cons (purecopy "%t:")
(cdr tail))))